home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / win95.rus / precopy2.cab / awupd.inf < prev    next >
INI File  |  1995-10-02  |  2KB  |  61 lines

  1. ; AWUPD.INF
  2.  
  3. [Version]
  4. Signature="$CHICAGO$"
  5. Class=Printer
  6. Provider=Microsoft
  7. LayoutFile=layout.inf
  8.  
  9. ; The Manufacturer section lists all of the manufacturers that we will
  10. ; display in the Dialog box
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect=*
  14.  
  15. [Manufacturer]
  16. "Microsoft"
  17.  
  18. [Microsoft]
  19. "Canon LBP-430W"              = UPDATE,LPTENUM\CanonLBP-430W738F,CanonLBP-430W738F
  20. "Lexmark WinWriter 100"       = UPDATE,LPTENUM\LexmarkWinWriter_10084E6,LexmarkWinWriter_10084E6
  21. "Lexmark WinWriter 200"       = UPDATE,LPTENUM\LexmarkWinWriter_2008416,LexmarkWinWriter_2008416
  22. "Lexmark WinWriter 400"       = UPDATE,LPTENUM\Lexmark_Internationa2F10,Lexmark_Internationa2F10
  23. "Lexmark WinWriter 600"       = UPDATE,LPTENUM\Lexmark_InternationaEFB1,Lexmark_InternationaEFB1
  24. "Olivetti PG304"              = UPDATE,LPTENUM\OlivettiOlivetti_PG33FC4,OlivettiOlivetti_PG33FC4
  25. "NEC SuperScript Color 3000"  = UPDATE,LPTENUM\NECSuperScript_Color775F,NECSuperScript_Color775F
  26. "EPSON ActionLaser 1300/W"    = UPDATE,LPTENUM\EPSONActionLaser_1306420,EPSONActionLaser_1306420
  27. "EPSON EPL-5500/W"            = UPDATE,LPTENUM\EPSONEPL-5500D14E,EPSONEPL-5500D14E
  28. "Samsung MyLaser-4"           = UPDATE,LPTENUM\SAMSUNGML-84D432,SAMSUNGML-84D432
  29. "Samsung MyLaser-5"           = UPDATE,LPTENUM\SAMSUNGML-8514F3,SAMSUNGML-8514F3
  30. "Samsung MyLaser-6"           = UPDATE,LPTENUM\SAMSUNGML-8675B7,SAMSUNGML-8675B7
  31. ;
  32. ; Installer Sections
  33. ;
  34. ; These sections control file installation, and reference all files that
  35. ; need to be copied. If the section name will be assumed to be the driver
  36. ; file, unless there is an explicit DriverFile section listed.
  37.  
  38. [UPDATE]
  39. VendorInstaller="wps_updt.dll,Wps_Install"
  40. CopyFiles=WPS_FILES
  41. DefaultDataType=EMF
  42.  
  43. ; Copy Sections
  44. ;
  45. ; Lists of files that are actually copied. These sections are referenced
  46. ; from the installer sections, above. Only create a section if it contains
  47. ; two or more files (if we only copy a single file, identify it in the
  48. ; installer section, using the @filename notation)
  49.  
  50. [WPS_FILES]
  51. WPSMON.DLL
  52. WPSMON16.DLL
  53. WPS_UPDT.DLL
  54.  
  55. ; All files go to the same destination, so this is easy.
  56. ;
  57.  
  58. [DestinationDirs]
  59. DefaultDestDir=11
  60. 
  61.